Skip to content

Completed issue: add new methods to stock class #26

Merged
merged 1 commit into from
Mar 10, 2026

Conversation

nolydvo
Copy link
Member

@nolydvo nolydvo commented Mar 10, 2026

  • getHistoricalPrices: returns a list of all prices for a stock
  • getHighestPrice: returns the highest historical price for a stock
  • getLowestPrice: returns the lowest historical price for a stock
  • getLatestPriceChange: returns the difference between the current and previous price for a stock

- getHistoricalPrices: returns a list of all prices for a stock
- getHighestPrice: returns the highest historical price for a stock
- getLowestPrice: returns the lowest historical price for a stock
- getLatestPriceChange: returns the difference between the current and previous price for a stock
@nolydvo nolydvo added the enhancement New feature or request label Mar 10, 2026
@nolydvo nolydvo added this to the Part 2 milestone Mar 10, 2026
@nolydvo nolydvo self-assigned this Mar 10, 2026
@nolydvo nolydvo merged commit 49c4952 into dev Mar 10, 2026
@nolydvo nolydvo deleted the 2-add-new-methods-to-stock-class branch April 8, 2026 11:20
Sign in to join this conversation on GitHub.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant